Welcome![Sign In][Sign Up]
Location:
Search - source code opencv

Search list

[Special EffectsOpenCV-Intel

Description: This package contains the source code and the reference manual of the Intel Computer Vision Library. It is a great tool for image processing. -This package contains the source code and t he reference manual of the Intel Computer Visio n Library. It is a great tool for image processin g.
Platform: | Size: 875331 | Author: jft987msn | Hits:

[Special Effectsopencv-source-code

Description: opencv全部源代码文档及class,struct的相互关系
Platform: | Size: 2955311 | Author: hjchen | Hits:

[Special Effectsopencv-source-code

Description: 主要是介绍opencv的参考手册及其包括的一些其他的相关的参考手册函数,另外还有些相关典型的程序
Platform: | Size: 2955331 | Author: beehard | Hits:

[Special Effectsopencv-source-code

Description: OpenCV 源代码 CHM 格式! 适合于计算机视觉和图像处理开发!
Platform: | Size: 2955329 | Author: EYE | Hits:

[SourceCodebyjc

Description: 边缘检测源代码.rar-Edge Detection of the source code. Rar
Platform: | Size: 31744 | Author: 李嘉勇 | Hits:

[Graph programFloodfill

Description: OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
Platform: | Size: 2048 | Author: 林宏津 | Hits:

[OpenGL program图像分割

Description: 下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
Platform: | Size: 2048 | Author: 张文 | Hits:

[GDI-Bitmap最小二乘法直线拟核源代码

Description: 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
Platform: | Size: 1024 | Author: authority007 | Hits:

[Picture Viewer6.4 AVI捕获

Description: AVI视频扑捉 VC源代码 使用该程序的系统需要先安装视频扑捉设备-VC source code that use the procedure system needs to install video capture device
Platform: | Size: 3133440 | Author: xcs | Hits:

[AI-NN-PRneutro

Description: 卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。-Carnegie Mellon University, artificial neural network method for training and Face Recognition c source code, procedures Notes in greater detail, not much to say.
Platform: | Size: 316416 | Author: | Hits:

[OpenCVOpenCV-tutorial-source-code

Description: 结合相关教材,非常有用的学习opencv-basis of all source code, for learning opencv are very useful, in combination with related teaching materials
Platform: | Size: 16936960 | Author: DAVID MORGAN | Hits:

[source in ebookOpenCV3--source-code

Description: 毛星云著《OpenCV3编程入门》一书所有源代码,包括Opencv 2和Opencv 3-All the source code of the book—— OpenCV3 programming entry written by Mao Xingyun, including Opencv 2 and Opencv 3
Platform: | Size: 87184384 | Author: 肖光润 | Hits:

[Special Effects【OpenCV学习笔记 010】提取直线、轮廓及连通区域

Description: 关于OPENCV图像分割后图像连通问题,具体可以查看源代码(OPENCV image segmentation on the image connectivity problem, you can view the source code)
Platform: | Size: 2492416 | Author: jaikou | Hits:

[OpenCVOpenCV实例源代码

Description: opencv实例源代码,供给大家参考和学习(Opencv example source code, to provide you with reference and learning)
Platform: | Size: 4486144 | Author: 小甘 | Hits:

[OtherSource code

Description: 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图的特征可以在右图对应行找到最佳匹配 再过滤: 去除坏的匹配点 通过uniquenessratio 输出视差图disparity:如果左右匹配点比较稠密,匹配点多,得到的图像与原图相似度比较大, 如果匹配点比较稀疏,得到的点与原图 相似度比较小 3.得出测距: 把生成的视差图输入 reprojectImageTo3D()函数,生成3D点云,3D点云中保存有2D图像的三维坐标,再读出每帧图像的三维坐标中的z轴的值,就得出了距离数据。(Binocular distance measurement implemented on OpenCV)
Platform: | Size: 25252864 | Author: 半瓶墨水 | Hits:

[OpenCVopencv-3.2.0

Description: opencv3.0源码,图形处理的好资料,值得学习、研究(Opencv3.0 source code, graphic processing of good information, worth learning, research)
Platform: | Size: 82032640 | Author: chengju | Hits:

[Graph programOpenCV

Description: opencv图像处理编程实例 源码,基于opencv平台(opencv image processing sample source code)
Platform: | Size: 40046592 | Author: lisiyuanchina | Hits:

[OpenCV学习OpenCV(中文版)以及随书源码

Description: 学习OpenCV(中文版)以及随书源码,对于要学习图像处理的同学比较有用(Learning OpenCV (Chinese version) and the source code are useful for students who want to learn image processing.)
Platform: | Size: 34895872 | Author: 可是对方含税单价 | Hits:

[OpenCVPython-opencv车牌识别

Description: 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)
Platform: | Size: 21504 | Author: 西风何时来 | Hits:

[Special EffectsOpenCV计算机视觉编程攻略(第2版)

Description: opencv 计算机视觉编程攻略 第2版. + 源代码,请根据章节内容参考。(Opencv Computer Vision Programming Introduction 2nd Edition. +Source Code)
Platform: | Size: 13435904 | Author: liyilulihua | Hits:
« 1 2 3 45 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net